home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / rsh10 / rsh10.txt < prev    next >
Text File  |  1998-06-01  |  1KB  |  21 lines

  1. Remote Shell
  2.  
  3.  
  4. RemoteShell is an ActiveX Control that allows a VB 5.0 program (or any other program 
  5. capable of utilizing ActiveX controls) to log on to a Unix system and 
  6. execute a remote command.  This control is very handy for executing scripts or 
  7. programs on a Unix machine and retrieving the results.
  8.  
  9. Using RemoteShell
  10.  
  11. You will need to configure your Unix machine to allow for a remote shell login 
  12. for the user name you select.  For the Remote Shell to work, your machine name 
  13. and the user name must be paired together in either the /etc/host.equiv file on the 
  14. remote host or in the .rhosts file in the user's home directory on the remote host. 
  15. In addition, if your machine name is used in the /etc/hosts.equiv or the .rhosts file, 
  16. your machine name must be resolved to an IP address by a domain name server or your 
  17. machine name and IP address must be paired together in the /etc/hosts file on the 
  18. remote host.
  19.  
  20. Please visit the site http://www.appliedtactical.com/activex/rsh.htm for registration
  21. information.